home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / os2 / cc15demo.zip / DEINSTAL.INI < prev    next >
Text File  |  1996-07-18  |  2KB  |  46 lines

  1. REM File: DEINSTAL.INI
  2. REM Author: PCS
  3. REM Date: 5/8/1996
  4. REM Copyright (C) 1993-1996 Perez Computing Services.  No part of this
  5. REM  INSTALL.INI or the INSTALL.EXE program may be used for any other
  6. REM  purpose than installing the PCS Ctrl-Alt-Del Commander Demonstration
  7. REM  onto a fixed disk as per the PCS Ctrl-Alt-Del Commander Demonstration
  8. REM  license agreement.  Do not modify this file.
  9. REM - Disk List created manually, resides on disk 1 (installation disk)
  10.  
  11. DEBUG=0
  12. VH=0
  13. APPINSTNAME=N:\CADCDEMO\CADCDEMO.EXE
  14. INSTALLTITLE=PCS Ctrl-Alt-Del Commander Demonstration Un-
  15. ONEPASS=1
  16. INIINITEXIT
  17.  
  18. QUERYUSER;TITLE=" ";MSG="Are you sure you want to uninstall the Ctrl-Alt-Del Commander Demonstration?";YESNO;NO=EXITSOON;
  19.  
  20.  
  21. REM *****************************************************************************
  22. REM Handle restoring CONFIG.SYS
  23. REM *****************************************************************************
  24. :EDITCONFIGSYS
  25. REPLACECONFIG;PROTSHELL=;PROTSHELL=B:\OS2\PMSHELL.EXE
  26. DELETECONFIG;REM PROTSHELL=N:\CADCDEMO\CADCDEMO.EXE /DIR=N:\CADCDEMO
  27. DELETECONFIG;REM This is Ctrl-Alt-Del Commander DOS FS Game Boost Driver
  28. DELETECONFIG;    DEVICE  =  N:\CADCDEMO\VCADCMDR.SYS
  29.  
  30. REM *****************************************************************************
  31. REM Restore Warp KBDBASE.SYS to OS2\BOOT directory
  32. REM *****************************************************************************
  33. COPYFILE=B:\OS2\BOOT\KBDBASE.WRP;B:\OS2\BOOT\KBDBASE.SYS;
  34.  
  35. QUERYUSER;TITLE="Uninstall Phase I Done";MSG="Uninstallation of Ctrl-Alt-Del Commander Demonstration is complete.  Reboot and then run UNINST2.CMD to complete the removal process";OK;
  36.  
  37.  
  38.  
  39.  
  40. REM GOTO:SAFEEXIT
  41.  
  42. :EXITSOON
  43. TERMINATEINSTALL
  44. INIEXIT
  45.  
  46.